-
1 stack decoding
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > stack decoding
-
2 stack
1) стекв программировании - область оперативной памяти используемая в режиме очереди с дисциплиной обслуживания LIFO для временного хранения состояния процессора, регистров, локальных переменных; в стек обычно записывается адрес возврата при вызове процедуры или функции, а также передаваемые ей параметры или ссылки на них. Так как размер выделяемой под стек памяти ограничен, то стек имеет нижнюю (stack bottom) и верхнюю (top of stack, TOS) границы. Нарушение этих границ именуется stack overflow и stack underflow соответственно. Каждая задача или поток имеют собственный стек. Работа со стеком поддерживается аппаратно с помощью команд занесения в стек (push) и извлечения из стека (pop), а также специального регистра - указателя стека (stack pointer) и контроля нарушения границ стекасм. тж. activation record, calling stack, hardware stack, kernel stack, operand stack, software stack, stack addressing, stack architecture, stack checking, stack decoding, stack depth, stack fault, stack frame, stack machine, stack memory, stack operation, stack pointer, stack region, stack segment, stack space, task stack2) архив (например, системы HyperCard)3) см. protocol stack4) глаг. класть сверху, наращиватьАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > stack
-
3 protocol
1) в общем случае - формализованный (документально зафиксированный, стандартизованный) набор правил, соглашений, сигналов, временных диаграмм, форматов, сообщений и процедур, регламентирующий взаимодействие между двумя устройствами (в частности, форматы и процедуры обмена данными между ними). Различают протоколы нижнего и верхнего уровней, а также стеки протоколов. Протоколы могут быть реализованы (поддержаны) аппаратно, программно или программно-аппаратносм. тж. authentication protocol, bit-oriented protocol, blocking protocol, byte-oriented protocol, communications protocol, connectionless protocol, connection-oriented protocol, cryptographic protocol, data-compression protocol, handshaking, in-band protocol, line protocol, modulation protocol, network protocol, OSI, protocol stack, protocol converter, protocol decoding, protocol independent, protocol overhead, protocol stack, protocol switching, protocol translator, RFC, routing protocol, security protocol, stateless protocol, transport protocol2) в ООП - совокупность сообщений, которые может принимать (и на которые может отвечать) объектАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > protocol
-
4 algorithm
-
ad hoc algorithm
-
adaptive algorithm
-
aim algorithm
-
best-route algorithm
-
branch-and-bound algorithm
-
branching algorithm
-
chain algorithm
-
coding algorithm
-
collision fronts algorithm
-
combinatorial algorithm
-
computational algorithm
-
construction algorithms
- contour following algorithm -
contour matching algorithm
-
control algorithm
-
curve-fitting algorithm
-
decoding algorithm
-
division algorithm
-
docking algorithm
-
edge-tracking algorithm
-
Euclidian algorithm
-
exact embedding algorithm
-
exchange algorithm
-
generalized algorithm
-
greedy algorithm
-
hardware algorithm
-
image understanding algorithm
-
itention algorithm
-
layout algorithm
-
learning algorithm
-
logical algorithm
-
logic algorithm
-
look-ahead control algorithm
-
LOS approach algorithm
-
min-cut algorithm
-
modeling algorithm
-
Monte-Carlo algorithm
-
numerical algorithm
-
obstacle-avoidance algorithm
-
operating algorithm
-
ordering algorithm
-
paging algorithm
-
partitioning algorithm
-
pattern generation algorithm
-
placement algorithm
-
prediction algorithm
-
probabalistic algorithm
-
problem algorithm
-
programming algorithm
-
random-search algorithm
-
recognition algorithm
-
recursive algorithm
-
rendezvous algorithm
-
routing algorithm
-
scheduling algorithm
-
shortest path algorithm
-
shrinking algorithm
-
simplex algorithm
-
software algorithm
-
sorting algorithm
-
stack algorithm
-
steering algorithm
-
stochastic algorithm
-
testing algorithm
-
transportation algorithm
-
tree-search algorithm
-
velocity compensated algorithm
-
vision algorithm
-
wiring algorithm
См. также в других словарях:
Stack search — (also known as Stack decoding algorithm) is a search algorithm similar to beam search. It can be used to explore tree structured search spaces and is often employed in Natural language processing applications, such as parsing of natural languages … Wikipedia
Decoding the Tomb of Bansheebot — Studio album by Buckethead Released Oct … Wikipedia
Needle in a Slunk Stack — Studio album by Buckethead Released September 24, 2009 … Wikipedia
Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… … Wikipedia
x86 — This article is about Intel microprocessor architecture in general. For the 32 bit generation of this architecture which is also called x86 , see IA 32. x86 Designer Intel, AMD Bits 16 bit, 32 bit, and/or 64 bit Introduced 1978 Design … Wikipedia
Threaded code — Not to be confused with multi threaded programming. In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code … Wikipedia
MOS Technology 6502 — The MOS Technology 6502 is an 8 bit microprocessor that was designed by Chuck Peddle for MOS Technology in 1975. When it was introduced, it was the least expensive full featured CPU on the market by a considerable margin, costing less than one… … Wikipedia
Instruction set — An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception… … Wikipedia
Buckethead — For other uses, see Buckethead (disambiguation). Buckethead Buckethead performing live in 2008. Background information Birth name Brian Patrick Carroll … Wikipedia
Reduced instruction set computer — The acronym RISC (pronounced risk ), for reduced instruction set computing, represents a CPU design strategy emphasizing the insight that simplified instructions which do less may still provide for higher performance if this simplicity can be… … Wikipedia
Gramophone record — A 12 inch (30 cm) 33⅓ rpm record (left), a 7 inch 45 rpm record (right), and a CD (above) A gramophone record, commonly known as a phonograph record (in American English), vinyl record (in reference to vinyl, the material most commonly used after … Wikipedia